home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00255.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  315 b   |  16 lines

  1. on mouseUp
  2.   global SOND
  3.   if SOND = 0 then
  4.     puppetSound("SCLICK")
  5.     updateStage()
  6.   end if
  7.   SHOWPUSHER()
  8.   set the locH of sprite 45 to -50
  9.   set the locV of sprite 45 to -50
  10.   set the locV of sprite 46 to -50
  11.   set the locH of sprite 46 to -50
  12.   startMovie()
  13.   puppetTransition(50, 0, 16, 0)
  14.   go("SS")
  15. end
  16.